home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
msleep.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
382b
|
23 lines
.TH MSLEEP
6 "IRIT Version 6.0"
.SH NAME
MSLEEP
MSLEEP( NumericType MilliSeconds )
Causes the solid modeller to sleep for the prescribed time in milliseconds.
Example:
for ( i = 1, 1, sizeof( crvs ),
c = nth( crvs, i ):
color( c, yellow ):
msleep(20):
viewobj( c )
);
Displays an animation sequence and sleeps for 20 milliseconds between
iterations.